1 namespace WarehouseManagementSystem
2 {
3     
partial class frmCategory
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.groupBox1 = new System.Windows.Forms.GroupBox();
32             
this.txtCategoryName = new System.Windows.Forms.TextBox();
33             
this.panel1 = new System.Windows.Forms.Panel();
34             
this.btnGetData = new System.Windows.Forms.Button();
35             
this.btnUpdate = new System.Windows.Forms.Button();
36             
this.btnDelete = new System.Windows.Forms.Button();
37             
this.btnSave = new System.Windows.Forms.Button();
38             
this.btnNew = new System.Windows.Forms.Button();
39             
this.txtID = new System.Windows.Forms.TextBox();
40             
this.groupBox1.SuspendLayout();
41             
this.panel1.SuspendLayout();
42             
this.SuspendLayout();
43             
//
44             
// groupBox1
45             
//
46             
this.groupBox1.Controls.Add(this.txtCategoryName);
47             
this.groupBox1.Location = new System.Drawing.Point(26, 24);
48             
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
49             
this.groupBox1.Name = "groupBox1";
50             
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
51             
this.groupBox1.Size = new System.Drawing.Size(396, 85);
52             
this.groupBox1.TabIndex = 0;
53             
this.groupBox1.TabStop = false;
54             
this.groupBox1.Text = "Category Name";
55             
//
56             
// txtCategoryName
57             
//
58             
this.txtCategoryName.Location = new System.Drawing.Point(45, 36);
59             
this.txtCategoryName.Name = "txtCategoryName";
60             
this.txtCategoryName.Size = new System.Drawing.Size(314, 24);
61             
this.txtCategoryName.TabIndex = 0;
62             
//
63             
// panel1
64             
//
65             
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
66             
this.panel1.Controls.Add(this.btnGetData);
67             
this.panel1.Controls.Add(this.btnUpdate);
68             
this.panel1.Controls.Add(this.btnDelete);
69             
this.panel1.Controls.Add(this.btnSave);
70             
this.panel1.Controls.Add(this.btnNew);
71             
this.panel1.Location = new System.Drawing.Point(26, 123);
72             
this.panel1.Name = "panel1";
73             
this.panel1.Size = new System.Drawing.Size(396, 62);
74             
this.panel1.TabIndex = 1;
75             
//
76             
// btnGetData
77             
//
78             
this.btnGetData.Location = new System.Drawing.Point(309, 14);
79             
this.btnGetData.Name = "btnGetData";
80             
this.btnGetData.Size = new System.Drawing.Size(68, 32);
81             
this.btnGetData.TabIndex = 4;
82             
this.btnGetData.Text = "&Get Data";
83             
this.btnGetData.UseVisualStyleBackColor = true;
84             
this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
85             
//
86             
// btnUpdate
87             
//
88             
this.btnUpdate.Enabled = false;
89             
this.btnUpdate.Location = new System.Drawing.Point(235, 14);
90             
this.btnUpdate.Name = "btnUpdate";
91             
this.btnUpdate.Size = new System.Drawing.Size(68, 32);
92             
this.btnUpdate.TabIndex = 3;
93             
this.btnUpdate.Text = "&Update";
94             
this.btnUpdate.UseVisualStyleBackColor = true;
95             
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
96             
//
97             
// btnDelete
98             
//
99             
this.btnDelete.Enabled = false;
100             
this.btnDelete.Location = new System.Drawing.Point(161, 14);
101             
this.btnDelete.Name = "btnDelete";
102             
this.btnDelete.Size = new System.Drawing.Size(68, 32);
103             
this.btnDelete.TabIndex = 2;
104             
this.btnDelete.Text = "&Delete";
105             
this.btnDelete.UseVisualStyleBackColor = true;
106             
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
107             
//
108             
// btnSave
109             
//
110             
this.btnSave.Location = new System.Drawing.Point(87, 14);
111             
this.btnSave.Name = "btnSave";
112             
this.btnSave.Size = new System.Drawing.Size(68, 32);
113             
this.btnSave.TabIndex = 1;
114             
this.btnSave.Text = "&Save";
115             
this.btnSave.UseVisualStyleBackColor = true;
116             
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
117             
//
118             
// btnNew
119             
//
120             
this.btnNew.Location = new System.Drawing.Point(13, 14);
121             
this.btnNew.Name = "btnNew";
122             
this.btnNew.Size = new System.Drawing.Size(68, 32);
123             
this.btnNew.TabIndex = 0;
124             
this.btnNew.Text = "&New";
125             
this.btnNew.UseVisualStyleBackColor = true;
126             
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
127             
//
128             
// txtID
129             
//
130             
this.txtID.Location = new System.Drawing.Point(303, 2);
131             
this.txtID.Name = "txtID";
132             
this.txtID.Size = new System.Drawing.Size(143, 24);
133             
this.txtID.TabIndex = 5;
134             
this.txtID.Visible = false;
135             
//
136             
// frmCategory
137             
//
138             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
139             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
141             
this.ClientSize = new System.Drawing.Size(447, 210);
142             
this.Controls.Add(this.txtID);
143             
this.Controls.Add(this.panel1);
144             
this.Controls.Add(this.groupBox1);
145             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
146             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
147             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
148             
this.MaximizeBox = false;
149             
this.MinimizeBox = false;
150             
this.Name = "frmCategory";
151             
this.ShowIcon = false;
152             
this.ShowInTaskbar = false;
153             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
154             
this.Text = "Category";
155             
this.Load += new System.EventHandler(this.frmCategory_Load);
156             
this.groupBox1.ResumeLayout(false);
157             
this.groupBox1.PerformLayout();
158             
this.panel1.ResumeLayout(false);
159             
this.ResumeLayout(false);
160             
this.PerformLayout();
161
162         }
163
164         
#endregion
165
166         
private System.Windows.Forms.GroupBox groupBox1;
167         
private System.Windows.Forms.Panel panel1;
168         
public System.Windows.Forms.TextBox txtCategoryName;
169         
public System.Windows.Forms.Button btnGetData;
170         
public System.Windows.Forms.Button btnUpdate;
171         
public System.Windows.Forms.Button btnDelete;
172         
public System.Windows.Forms.Button btnSave;
173         
public System.Windows.Forms.Button btnNew;
174         
public System.Windows.Forms.TextBox txtID;
175     }
176 }


Gõ tìm kiếm nhanh...